
.contact_{
                
                background-color: #fff;
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            .contact_ a{
                display: block;
                border: 2px solid #CB4040;
                color: #CB4040;
                width:60%;
                
                height: 3.5rem;
                text-align: center;
                line-height: 3.5rem;
                font-size: 14px;
            }
            
            .foot{
				
                background-color: rgb(50,51,51);
                color: #fff;
            }
            
            
			
			
            
            
            
			
			